Uses of Annotation Interface
cz.cvut.kbss.jopa.NonJPA
Packages that use NonJPA
Package
Description
-
Uses of NonJPA in cz.cvut.kbss.jopa.model
Methods in cz.cvut.kbss.jopa.model with annotations of type NonJPAModifier and TypeMethodDescription<T> TypedQuery<T>
EntityManager.createQuery
(CriteriaQuery<T> criteriaQuery) Create an instance of TypedQuery for executing a criteria query.EntityManager.createQuery
(String qlString) Create an instance of Query for executing a Java Persistence query language statement.<T> TypedQuery<T>
EntityManager.createQuery
(String query, Class<T> resultClass) Creates an instance of query for executing Java persistence query language statement.EntityManager.getContexts()
Returns a list of repository contexts available to this entity manager.boolean
EntityManager.isConsistent
(URI context) Checks consistency of the specified context.void
AbstractEntityManager.transactionFinished
(EntityTransaction t) Let the managing server session know that a transaction has finished successfully.void
AbstractEntityManager.transactionStarted
(EntityTransaction t) Let the managing server session know that a transaction has been started. -
Uses of NonJPA in cz.cvut.kbss.jopa.model.annotations.util
Classes in cz.cvut.kbss.jopa.model.annotations.util with annotations of type NonJPAModifier and TypeClassDescription@interface
Indicates that the annotated type should not be considered a JOPA entity. -
Uses of NonJPA in cz.cvut.kbss.jopa.model.metamodel
Classes in cz.cvut.kbss.jopa.model.metamodel with annotations of type NonJPAModifier and TypeInterfaceDescriptioninterface
RDFContainerAttribute<X,
C, E> Instances of the typeRDFContainerAttribute
represent attributes mapped to RDF containers.Methods in cz.cvut.kbss.jopa.model.metamodel with annotations of type NonJPAModifier and TypeMethodDescriptionvoid
Metamodel.addUriToModuleExtractionSignature
(URI uri) Adds the specified URI to the module extraction signature.boolean
QueryAttribute.enableReferencingAttributes()
Whether referencing other entity attributes is enabled.Attribute.getCascadeTypes()
Return the set of cascade types specified for this attribute.RDFContainerAttribute.getContainerType()
Type of the RDF container represented by this attribute.FieldSpecification.getFetchType()
Whether the association is lazily loaded or must be eagerly fetched.FieldSpecification<? super X,
?> ManagedType.getFieldSpecification
(String fieldName) Gets specification of a field with the specified name.Set<FieldSpecification<? super X,
?>> ManagedType.getFieldSpecifications()
Gets all field specifications of this entity type.ListAttribute.getHasContentsPropertyIRI()
Gets IRI of the property representing the relation between a list node and its content (value).ListAttribute.getHasNextPropertyIRI()
Gets IRI of the property representing next node in the list.Identifier<? super X,
?> IdentifiableType.getIdentifier()
Return the attribute that corresponds to the id attribute of the entity or mapped superclass.Metamodel.getInferredClasses()
Get the set of classes that contain inferred attributes.Attribute.getIRI()
Returns theIRI
identifier of the property mapped by this attribute.EntityType.getIRI()
Gets IRI of the OWL class represented by this entity type.FieldSpecification.getJavaField()
Return the java.lang.reflect.Member for the represented attribute.ListAttribute.getListClassIRI()
Gets the IRI of the class that represents the 'OWLList' concept.Set<EntityType<?>>
Metamodel.getMappedEntities
(String classIri) Returns the metamodel entity types representing the specified ontological class.Metamodel.getModuleExtractionExtraSignature()
Gets a set of URIs that should be added to module extraction signature.PropertiesSpecification<? super X,
?, ?, ?> ManagedType.getProperties()
Returns unmapped properties attribute specified by this managed type.QueryAttribute.getQuery()
Return the entire query as inserted intoSparql
.ListAttribute.getSequenceType()
Gets the type of the sequence.TypesSpecification<? super X,
?> ManagedType.getTypes()
Returns types attribute specified by this managed type.default boolean
ListAttribute.isRDFCollection()
Whether this list represents a RDF collection.