MCPcopy Create free account

hub / github.com/BatooOrg/BatooJPA / functions

Functions6,989 in github.com/BatooOrg/BatooJPA

↓ 1 callersMethodhandleFetches
(SessionImpl session, final ResultSet row, Object instance)
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/join/FetchParentImpl.java:977
↓ 1 callersMethodhandleIdClass
Handles the id class definition of the entity. @param metadata the metadata @param parsed the set of annotations parsed @return
batoo-jpa/src/main/java/org/batoo/jpa/parser/impl/metadata/type/IdentifiableMetadataImpl.java:204
↓ 1 callersMethodhandleIds
Handles the id attributes. @return list of id attributes @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/impl/metadata/attribute/AttributesMetadataImpl.java:526
↓ 1 callersMethodhandleIndexes
Handles the index definitions of the entity. @param metadata the metadata @param parsed the set of annotations parsed @since 2
batoo-jpa/src/main/java/org/batoo/jpa/parser/impl/metadata/type/EntityMetadataImpl.java:402
↓ 1 callersMethodhandleInheritance
Handles the inheritance definition of the entity. @param metadata the metadata @param parsed the set of annotations parsed @si
batoo-jpa/src/main/java/org/batoo/jpa/parser/impl/metadata/type/EntityMetadataImpl.java:431
↓ 1 callersMethodhandleLob
Handles the {@link Lob} annotation. @param member the member @param parsed the list of annotations parsed @return the map key v
batoo-jpa/src/main/java/org/batoo/jpa/parser/impl/metadata/attribute/ElementCollectionAttributeMetadataImpl.java:405
↓ 1 callersMethodhandleManyToManies
Handles the many-to-many attributes. @return list of many-to-many attributes. @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/impl/metadata/attribute/AttributesMetadataImpl.java:551
↓ 1 callersMethodhandleManyToOnes
Handles the many-to-one attributes. @return list of many-to-one attributes. @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/impl/metadata/attribute/AttributesMetadataImpl.java:579
↓ 1 callersMethodhandleMapKey
Handles the {@link MapKey} annotation. @param member the member @param parsed the list of annotations parsed @return the map ke
batoo-jpa/src/main/java/org/batoo/jpa/parser/impl/metadata/attribute/ElementCollectionAttributeMetadataImpl.java:427
↓ 1 callersMethodhandleMapKeyClassName
Handles the {@link MapKeyClass} annotation. @param member the member @param parsed the list of annotations parsed @return the m
batoo-jpa/src/main/java/org/batoo/jpa/parser/impl/metadata/attribute/ElementCollectionAttributeMetadataImpl.java:449
↓ 1 callersMethodhandleMapKeyColumn
Handles the {@link MapKeyColumn} annotation. @param member the member @param parsed the list of annotations parsed @return the
batoo-jpa/src/main/java/org/batoo/jpa/parser/impl/metadata/attribute/ElementCollectionAttributeMetadataImpl.java:471
↓ 1 callersMethodhandleMapKeyEnumType
Handles the {@link MapKeyEnumerated} annotation. @param member the member @param parsed the list of annotations parsed @return
batoo-jpa/src/main/java/org/batoo/jpa/parser/impl/metadata/attribute/ElementCollectionAttributeMetadataImpl.java:493
↓ 1 callersMethodhandleMapKeyTemporalType
Handles the {@link MapKeyTemporal} annotation. @param member the member @param parsed the list of annotations parsed @return th
batoo-jpa/src/main/java/org/batoo/jpa/parser/impl/metadata/attribute/ElementCollectionAttributeMetadataImpl.java:515
↓ 1 callersMethodhandleName
Handles the name of the entity. <p> If metadata provides a name definition, the definition is returned. <p> Then if the {@link Entity} annotation pres
batoo-jpa/src/main/java/org/batoo/jpa/parser/impl/metadata/type/EntityMetadataImpl.java:483
↓ 1 callersMethodhandleNamedNativeQuery
Handles the named native query definitions of the entity. @param metadata the metadata @param parsed the set of annotations par
batoo-jpa/src/main/java/org/batoo/jpa/parser/impl/metadata/type/EntityMetadataImpl.java:508
↓ 1 callersMethodhandleNamedQuery
Handles the named query definitions of the entity. @param metadata the metadata @param parsed the set of annotations parsed @s
batoo-jpa/src/main/java/org/batoo/jpa/parser/impl/metadata/type/EntityMetadataImpl.java:541
↓ 1 callersMethodhandleOneToManies
Handles the one-to-many attributes. @return list of one-to-many attributes. @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/impl/metadata/attribute/AttributesMetadataImpl.java:607
↓ 1 callersMethodhandleOneToOnes
Handles the one-to-one attributes. @return list of one-to-one attributes. @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/impl/metadata/attribute/AttributesMetadataImpl.java:635
↓ 1 callersMethodhandleOrderBy
Handles the {@link OrderBy} annotation. @param member the member @param parsed the list of annotations parsed @return the map k
batoo-jpa/src/main/java/org/batoo/jpa/parser/impl/metadata/attribute/ElementCollectionAttributeMetadataImpl.java:537
↓ 1 callersMethodhandleOrderColumn
Handles the {@link OrderColumn} annotation. @param member the member @param parsed the list of annotations parsed @return the m
batoo-jpa/src/main/java/org/batoo/jpa/parser/impl/metadata/attribute/ElementCollectionAttributeMetadataImpl.java:559
↓ 1 callersMethodhandleOrphans
Removes entities that have been orphaned @param instances the array of changed instances @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/manager/SessionImpl.java:553
↓ 1 callersMethodhandleSecondaryTables
Handles the secondary table definitions of the entity. <p> If metadata provides at least one secondary table definition then the its definitions are a
batoo-jpa/src/main/java/org/batoo/jpa/parser/impl/metadata/type/EntityMetadataImpl.java:579
↓ 1 callersMethodhandleSequenceGenerator
Handles the sequence generator definition of the entity. <p> If metadata provides a sequence generator then the definition is returned. <p> Then if th
batoo-jpa/src/main/java/org/batoo/jpa/parser/impl/metadata/type/EntityMetadataImpl.java:620
↓ 1 callersMethodhandleSqlResultSetMappings
Handles Sql ResultSet Mapping for Native queries @param metadata @param parsed @since 2.0.1
batoo-jpa/src/main/java/org/batoo/jpa/parser/impl/metadata/type/EntityMetadataImpl.java:642
↓ 1 callersMethodhandleSuperclassListeners
Handles the super class listeners exclusion. @param metadata the metadata @return if default listeners excluded @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/impl/metadata/type/IdentifiableMetadataImpl.java:228
↓ 1 callersMethodhandleTable
Handles the table definition of the entity. <p> <p> If metadata provides a table definition then the definition is returned. <p> Then if the {@link Ta
batoo-jpa/src/main/java/org/batoo/jpa/parser/impl/metadata/type/EntityMetadataImpl.java:683
↓ 1 callersMethodhandleTableGenerator
Handles the table generator definition of the entity. <p> If metadata provides a table generator then the definition is returned. <p> Then if the {@li
batoo-jpa/src/main/java/org/batoo/jpa/parser/impl/metadata/type/EntityMetadataImpl.java:715
↓ 1 callersMethodhandleTemporalType
Handles the {@link Temporal} annotation. @param member the member @param parsed the list of annotations parsed @return the map
batoo-jpa/src/main/java/org/batoo/jpa/parser/impl/metadata/attribute/ElementCollectionAttributeMetadataImpl.java:581
↓ 1 callersMethodhandleTransients
Handles the id attributes. @return the list of transient attributes @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/impl/metadata/attribute/AttributesMetadataImpl.java:663
↓ 1 callersMethodhandleVersions
Handles the version attributes @return the list of version attributes @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/impl/metadata/attribute/AttributesMetadataImpl.java:689
↓ 1 callersMethodhandleWithResultClass
result set handler for a given resultClass @return result @param resultSet @throws SQLException @since 2.0.1
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/nativequery/NativeQuery.java:654
↓ 1 callersMethodhandleWithSqlResultSetMapping
result set handler for SqlResultSetMapping annotation data @return result @param resultSet @throws SQLException @since 2.0.1
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/nativequery/NativeQuery.java:683
↓ 1 callersMethodhasSelfUpdate
Returns if the instance has self update. @return true if the instance has self update, false otherwise @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/instance/ManagedInstance.java:681
↓ 1 callersMethodhasTransactionMarkedForRollback
Returns if the entity manager has a transaction which is marked for rollback. @return true if the entity manager has a transaction which is marked fo
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/manager/EntityManagerImpl.java:737
↓ 1 callersMethodhasValidators
Returns if the persistence unit has validators @return true if the persistence unit has validators, false otherwise @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/PersistenceParser.java:106
↓ 1 callersMethodhasValidators
Returns if the persistence unit has validators @return true if the persistence unit has validators, false otherwise @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/manager/EntityManagerFactoryImpl.java:723
↓ 1 callersMethodhaving
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/CriteriaQueryImpl.java:173
↓ 1 callersMethodignoreJoin
Returns if the join should be ignored @param mapping the mapping @return true if the join should be ignored, false otherwise @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/join/FetchParentImpl.java:1003
↓ 1 callersMethodimportSql
Executes the initial import sql. @param classLoader the class loader @param dataSource the datasource @param importSqlFileName
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/adapter/JdbcAdaptor.java:1036
↓ 1 callersMethodin_items
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlParser.java:15360
↓ 1 callersMethodindex
Create an expression that corresponds to the index of the object in the referenced association or element collection. This method must only be invoked
persistence-api/src/main/java/javax/persistence/criteria/ListJoin.java:32
↓ 1 callersMethodinferAccessType
Infers and returns the access type based on all persistence annotations being on fields or methods and parent parent access type. @param parentAccess
batoo-jpa/src/main/java/org/batoo/jpa/parser/impl/metadata/type/ManagedTypeMetadatImpl.java:175
↓ 1 callersMethodinferLobType
(boolean lob)
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/attribute/BasicAttribute.java:388
↓ 1 callersMethodinherit
Inherits the mappings from the parent. @param children the children to inherit @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/mapping/AbstractParentMapping.java:344
↓ 1 callersMethodinitCustomIndexes
Initializes the custom indexes @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/EntityTypeImpl.java:1573
↓ 1 callersMethodinitIndexes
Initializes the indexes @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/EntityTypeImpl.java:1599
↓ 1 callersMethodinitStaticMetamodel
@param type @param clazz @since 2.0.1
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/MetamodelImpl.java:731
↓ 1 callersMethodinitStaticMetamodels
initialize static metamodel classes @since 2.0.1
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/MetamodelImpl.java:762
↓ 1 callersMethodinitTables
Initializes the tables. @since 2.0.0 @param metadata
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/EntityTypeImpl.java:1623
↓ 1 callersMethodinitialize
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/mapping/SingularAssociationMappingImpl.java:234
↓ 1 callersMethodinitialize
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/mapping/PluralAssociationMappingImpl.java:408
↓ 1 callersMethodisAscending
Returns if the order is ascending. @return true if the order is ascending, false otherwise @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/mapping/ListComparator.java:89
↓ 1 callersMethodisCascadePersist
Returns the cascadePersist. @return the cascadePersist @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/impl/orm/PersistenceUnitDefaults.java:141
↓ 1 callersMethodisCheckedException
Return whether the given throwable is a checked exception: that is, neither a RuntimeException nor an Error. @param ex the throwable to ch
batoo-jpa/src/main/java/org/batoo/common/util/ObjectUtils.java:275
↓ 1 callersMethodisElementIndex
(int index)
batoo-jpa/src/main/java/org/batoo/common/collections/FastLinkedList.java:367
↓ 1 callersMethodisForeignKeyHasDefaultIndex
Underlining DB creates an index for foreign Keys @return db creates index @since 2.0.1
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/adapter/JdbcAdaptor.java:1128
↓ 1 callersMethodisInitialized
Returns if the list is initialized. @return true if the list is initialized, false otherwise @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/collections/ManagedCollection.java:216
↓ 1 callersMethodisInsertable
Returns the insertable of the JoinColumn. @return the insertable of the JoinColumn @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/JoinColumn.java:336
↓ 1 callersMethodisInsertableColumn
(final EntityTypeDescriptor type, AbstractColumn input)
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/AbstractTable.java:689
↓ 1 callersMethodisLoadedWithReference
If the provider determines that the entity has been provided by itself and that the state of the specified attribute has been loaded, this method retu
persistence-api/src/main/java/javax/persistence/spi/ProviderUtil.java:53
↓ 1 callersMethodisLoadedWithoutReference
If the provider determines that the entity has been provided by itself and that the state of the specified attribute has been loaded, this method retu
persistence-api/src/main/java/javax/persistence/spi/ProviderUtil.java:37
↓ 1 callersMethodisLob
Returns if the attribute is lob type. @return true if the attribute is lob type, false othwerwise @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/attribute/ElementCollectionAttributeMetadata.java:97
↓ 1 callersMethodisLob
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/AbstractColumn.java:242
↓ 1 callersMethodisMember
Create a predicate that tests whether an element is a member of a collection. If the collection is empty, the predicate will be false. @param elem
persistence-api/src/main/java/javax/persistence/criteria/CriteriaBuilder.java:725
↓ 1 callersMethodisNotEmpty
Create a predicate that tests whether a collection is not empty. @param collection expression @param <C> the type of the collec
persistence-api/src/main/java/javax/persistence/criteria/CriteriaBuilder.java:752
↓ 1 callersMethodisNotMember
Create a predicate that tests whether an element is not a member of a collection. If the collection is empty, the predicate will be true. @param elem
persistence-api/src/main/java/javax/persistence/criteria/CriteriaBuilder.java:768
↓ 1 callersMethodisOptional
Returns if the association attribute is optional. @return true if the association attribute is optional. @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/attribute/OptionalAssociationAttributeMetadata.java:56
↓ 1 callersMethodisPositionIndex
(int index)
batoo-jpa/src/main/java/org/batoo/common/collections/FastLinkedList.java:371
↓ 1 callersMethodisRefreshing
Returns if the instance is refreshing. @return true if the instance is refreshing, false otherwise @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/instance/ManagedInstance.java:849
↓ 1 callersMethodisSuitableForBatchInsert
Returns if the entity is suitable for batch insert, that is not of {@link IdType#IDENTITY}. @return true if the entity is suitable for batch insert,
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/EntityTypeImpl.java:1724
↓ 1 callersMethodisTableRequiredPrimaryKey
DB forces a primary key or not @return is Primary Key required @since 2.0.1
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/adapter/JdbcAdaptor.java:1147
↓ 1 callersMethodisUpdatable
Returns the updatable of the JoinColumn. @return the updatable of the JoinColumn @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/JoinColumn.java:372
↓ 1 callersMethodisUpdatableColumn
(final EntityTypeDescriptor type, AbstractColumn input)
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/AbstractTable.java:720
↓ 1 callersMethodisValid
Check if the transaction is valid and belongs to this entity manager. @param transaction the transaction to test the validity @since 2.0.
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/manager/EntityManagerImpl.java:771
↓ 1 callersMethodisXmlMappingMetadataComplete
Returns if the xml mapping metadata is complete. @return true if the xml mapping metadata is complete, false otherwise. @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/Metadata.java:141
↓ 1 callersMethodisXmlMappingMetadataComplete
Returns the xmlMappingMetadataComplete. @return the xmlMappingMetadataComplete @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/impl/orm/PersistenceUnitMetadataElement.java:81
↓ 1 callersMethodjoin
Create an inner join to the specified Collection-valued attribute. @param collection target of the join @param <Y> the target t
persistence-api/src/main/java/javax/persistence/criteria/From.java:57
↓ 1 callersMethodjoinPrimary
@param primaryTableAlias the primary table alias @param alias the table alias @return the join SQL fragment @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/SecondaryTable.java:85
↓ 1 callersMethodjoinSet
Create an inner join to the specified Set-valued attribute. @param attributeName name of the attribute for the target of the join @param <
persistence-api/src/main/java/javax/persistence/criteria/From.java:299
↓ 1 callersMethodjoinTransaction
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/manager/JtaEntityManagerImpl.java:157
↓ 1 callersMethodjoinTransaction
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/manager/EntityManagerImpl.java:781
↓ 1 callersMethodkeySet
()
batoo-jpa/src/main/java/org/batoo/common/util/CollectionUtils.java:147
↓ 1 callersMethodlazyCreateBasicType
(Class<X> clazz)
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/MetamodelImpl.java:780
↓ 1 callersMethodlazySetup
If the entity manager factory will be created by the test itself. <p> Useful for mapping tests. @return false to lazy setup the entity manager factor
community/src/test/java/org/batoo/jpa/community/test/BaseCoreTest.java:341
↓ 1 callersMethodlazySetup
If the entity manager factory will be created by the test itself. <p> Useful for mapping tests. @return false to lazy setup the entity manager factor
batoo-jpa/src/test/java/org/batoo/jpa/core/test/BaseCoreTest.java:345
↓ 1 callersMethodle
Create a predicate for testing whether the first argument is less than or equal to the second. @param x expression @param y exp
persistence-api/src/main/java/javax/persistence/criteria/CriteriaBuilder.java:835
↓ 1 callersMethodlessThan
Create a predicate for testing whether the first argument is less than the second. @param x expression @param y expression @par
persistence-api/src/main/java/javax/persistence/criteria/CriteriaBuilder.java:879
↓ 1 callersMethodlessThan
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/CriteriaBuilderImpl.java:809
↓ 1 callersMethodlessThanOrEqualTo
Create a predicate for testing whether the first argument is less than or equal to the second. @param x expression @param y exp
persistence-api/src/main/java/javax/persistence/criteria/CriteriaBuilder.java:905
↓ 1 callersMethodlinkFirst
(E e)
batoo-jpa/src/main/java/org/batoo/common/collections/FastLinkedList.java:430
↓ 1 callersMethodlinkJoinColumns
(AssociationMapping<?, ?, ?> mapping, final SingularMapping<?, ?> idMapping)
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/ForeignKey.java:605
↓ 1 callersMethodlinkJoinColumnsWithMetadata
(AssociationMapping<?, ?, ?> mapping, final SingularMapping<?, ?> idMapping)
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/ForeignKey.java:637
↓ 1 callersMethodlinkMappings
Links the entity's attribute mappings. @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/EntityTypeImpl.java:1738
↓ 1 callersMethodlistIterator
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/common/collections/FastLinkedList.java:474
↓ 1 callersMethodloadCollection
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/mapping/PluralAssociationMappingImpl.java:526
↓ 1 callersMethodloadReservedWords
()
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/adapter/JdbcAdaptor.java:1151
↓ 1 callersMethodloadRuntimeProperties
Load Batoo runtime properties @return runtime properties
batoo-jpa/src/main/java/org/batoo/common/util/BatooUtils.java:110
↓ 1 callersMethodlocatePersistentClasses
Locates the classes available. @param puInfo the persistence unit info @return the array of classes located @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/impl/acl/BaseAnnotatedClassLocator.java:81
↓ 1 callersMethodlogNotNullExtraColumns
Logs the list of columns that do now exist in the persistence unit yet not nullable. @param columns the set of columns @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/adapter/JdbcTable.java:183
↓ 1 callersMethodlookupTransactionManager
()
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/manager/JtaEntityManagerFactoryImpl.java:118
← previousnext →1,801–1,900 of 6,989, ranked by callers