Uses of Interface
cz.cvut.kbss.jopa.model.metamodel.Metamodel
Packages that use Metamodel
Package
Description
-
Uses of Metamodel in cz.cvut.kbss.jopa.model
Classes in cz.cvut.kbss.jopa.model that implement MetamodelMethods in cz.cvut.kbss.jopa.model that return MetamodelModifier and TypeMethodDescriptionEntityManager.getMetamodel()
Return an instance of Metamodel interface for access to the metamodel of the persistence unit.EntityManagerFactory.getMetamodel()
Return an instance of Metamodel interface for access to the metamodel of the persistence unit.EntityManagerImpl.getMetamodel()
Constructors in cz.cvut.kbss.jopa.model with parameters of type MetamodelModifierConstructorDescriptionCriteriaQueryImpl
(CriteriaQueryHolder<T> query, Metamodel metamodel, CriteriaBuilderImpl cb) -
Uses of Metamodel in cz.cvut.kbss.jopa.model.metamodel
Constructors in cz.cvut.kbss.jopa.model.metamodel with parameters of type Metamodel -
Uses of Metamodel in cz.cvut.kbss.jopa.query.criteria
Constructors in cz.cvut.kbss.jopa.query.criteria with parameters of type MetamodelModifierConstructorDescriptionCriteriaBuilderImpl
(Metamodel metamodel) PathImpl
(Metamodel metamodel, AbstractPathExpression pathSource, FieldSpecification<?, ?> attribute, CriteriaBuilder cb) RootImpl
(Metamodel metamodel, AbstractPathExpression<X> expression, Class<X> type, CriteriaBuilder cb) -
Uses of Metamodel in cz.cvut.kbss.jopa.query.criteria.expressions
Fields in cz.cvut.kbss.jopa.query.criteria.expressions declared as MetamodelConstructors in cz.cvut.kbss.jopa.query.criteria.expressions with parameters of type MetamodelModifierConstructorDescriptionAbstractPathExpression
(Class<X> type, AbstractPathExpression pathSource, Metamodel metamodel, CriteriaBuilder cb) -
Uses of Metamodel in cz.cvut.kbss.jopa.sessions.validator
Methods in cz.cvut.kbss.jopa.sessions.validator with parameters of type MetamodelModifier and TypeMethodDescriptionvoid
IntegrityConstraintsValidator.validate
(ObjectChangeSet changeSet, Metamodel metamodel) Validates integrity constraints for changes in the specified change set. -
Uses of Metamodel in cz.cvut.kbss.jopa.utils
Methods in cz.cvut.kbss.jopa.utils with parameters of type MetamodelModifier and TypeMethodDescriptionstatic void
MetamodelUtils.checkForModuleSignatureExtension
(Collection<?> types, Metamodel metamodel) Checks whether the specified set of types contains any types not contained in the current module extraction signature and if so, it adds them into the signature.static URI
EntityPropertiesUtils.getIdentifier
(Object entity, Metamodel metamodel) Extracts primary key from the specifiedentity
and returns it.