Uses of Class
org.openxava.model.meta.MetaModel
Packages that use MetaModel
Package
Description
-
Uses of MetaModel in org.openxava.mapping
Methods in org.openxava.mapping that return MetaModelModifier and TypeMethodDescriptionAggregateMapping.getMetaModel()EntityMapping.getMetaModel()abstract MetaModelModelMapping.getMetaModel() -
Uses of MetaModel in org.openxava.model
Methods in org.openxava.model that return MetaModel -
Uses of MetaModel in org.openxava.model.impl
Methods in org.openxava.model.impl with parameters of type MetaModelModifier and TypeMethodDescriptionCreate a persistent object (saved in database) from the data passed in map format.IPersistenceProvider.createAggregate(MetaModel metaModel, Map values, MetaModel metaModelContainer, Object containerModel, int number) Create an aggregate (saving it in database) from the data passed in map format.POJOPersistenceProviderBase.createAggregate(MetaModel metaModel, Map values, MetaModel metaModelContainer, Object containerModel, int number) TransientPersistenceProvider.createAggregate(MetaModel metaModel, Map values, MetaModel metaModelContainer, Object containerModel, int number) Find a object from its key object.Find an object from its key in map format.protected ObjectIPersistenceProvider.findByAnyProperty(MetaModel metaModel, Map searchingValues) Find an object by any property (or properties).POJOPersistenceProviderBase.findByAnyProperty(MetaModel metaModel, Map keyValues) TransientPersistenceProvider.findByAnyProperty(MetaModel metaModel, Map searchingValues) POJOPersistenceProviderBase.findByKeyUsingQuery(MetaModel metaModel, Map keyValues) IPersistenceProvider.getContainer(MetaModel metaModel, Map containerKeyValues) Return the object that represents the container object.POJOPersistenceProviderBase.getContainer(MetaModel metaModel, Map containerKeyValues) TransientPersistenceProvider.getContainer(MetaModel metaModel, Map containerKeyValues) Return an object that can be used as primary key in model layer.Returns a map that contains the value of primary key sent as object.voidModify the object with that key from the values.voidIPersistenceProvider.moveCollectionElement(MetaModel metaModel, Map keyValues, String collectionName, int from, int to) Move an element in a collection.voidPOJOPersistenceProviderBase.moveCollectionElement(MetaModel metaModel, Map keyValues, String collectionName, int from, int to) voidTransientPersistenceProvider.moveCollectionElement(MetaModel metaModel, Map keyValues, String collectionName, int from, int to) voidRemove the object from persistent storage.voidvoidIPersistenceProvider.toPropertiesContainer(MetaModel metaModel, Object modelObject) Return an IPropertiesContainer to manage using introspection the sent object.POJOPersistenceProviderBase.toPropertiesContainer(MetaModel metaModel, Object o) TransientPersistenceProvider.toPropertiesContainer(MetaModel metaModel, Object modelObject) -
Uses of MetaModel in org.openxava.model.meta
Subclasses of MetaModel in org.openxava.model.metaModifier and TypeClassDescriptionclassclassclassAggregate whose implementation is a JavaBean.classMethods in org.openxava.model.meta that return MetaModelModifier and TypeMethodDescriptionstatic MetaModelGets the MetaModel from its name.static MetaModelMetaModel.getForPOJO(Object pojo) Gets the MetaModel for the pojo class specified.static MetaModelMetaModel.getForPOJOClass(Class pojoClass) Gets the MetaModel for the pojo class specified.MetaFinder.getMetaModel()MetaMember.getMetaModel()MetaModel.getMetaModelContainer()If this is a aggregate the return the container, else the main entity.MetaReference.getMetaModelReferenced()Methods in org.openxava.model.meta with parameters of type MetaModelModifier and TypeMethodDescriptionvoidMetaCollection.setMetaModel(MetaModel newContainer) voidMetaFinder.setMetaModel(MetaModel metaModel) voidMetaMember.setMetaModel(MetaModel newContainer) -
Uses of MetaModel in org.openxava.session
Methods in org.openxava.session that return MetaModelMethods in org.openxava.session with parameters of type MetaModel -
Uses of MetaModel in org.openxava.tab.impl
Methods in org.openxava.tab.impl that return MetaModel -
Uses of MetaModel in org.openxava.tab.meta
Methods in org.openxava.tab.meta that return MetaModelMethods in org.openxava.tab.meta with parameters of type MetaModelModifier and TypeMethodDescriptionstatic MetaTabMetaTab.createDefault(MetaModel metaModel) voidMetaTab.setMetaModel(MetaModel metaModel) -
Uses of MetaModel in org.openxava.view
Methods in org.openxava.view that return MetaModel -
Uses of MetaModel in org.openxava.view.meta
Methods in org.openxava.view.meta that return MetaModelMethods in org.openxava.view.meta with parameters of type MetaModelModifier and TypeMethodDescriptionMetaView.getMetaView(MetaReference r, MetaModel metaModelReferenced) voidMetaView.setMetaModel(MetaModel metaModel) -
Uses of MetaModel in org.openxava.web
Methods in org.openxava.web with parameters of type MetaModelModifier and TypeMethodDescriptionstatic voidOverload to fill a provided map with parsed key values using only MetaModel.DescriptionsLists.parseKeyValues(MetaModel metaModel, String value) Convenience overload to parse composite key values without providing request/view.DescriptionsLists.parseKeyValues(MetaModel metaModel, String value, javax.servlet.http.HttpServletRequest request, Messages errors, String viewName, boolean emptyIfNotBracketed) Parses a key string using MetaModel key properties.DescriptionsLists.parseKeyValues(MetaModel metaModel, Collection<String> keyPropertiesNames, String value) Convenience overload to parse using provided key property names without request/view.DescriptionsLists.parseKeyValues(MetaModel metaModel, Collection<String> keyPropertiesNames, String value, javax.servlet.http.HttpServletRequest request, Messages errors, String viewName, boolean emptyIfNotBracketed) Parses a key string using the given key property names instead of the MetaModel primary key.static StringDescriptionsLists.toKeyString(MetaModel metaModel, Map<String, Object> keyValues) Formats key values into the standard key string representation.