Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BatooOrg/BatooJPA
/ functions
Functions
6,989 in github.com/BatooOrg/BatooJPA
⨍
Functions
6,989
◇
Types & classes
1,180
↓ 1 callers
Method
handleFetches
(SessionImpl session, final ResultSet row, Object instance)
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/join/FetchParentImpl.java:977
↓ 1 callers
Method
handleIdClass
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 callers
Method
handleIds
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 callers
Method
handleIndexes
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 callers
Method
handleInheritance
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 callers
Method
handleLob
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 callers
Method
handleManyToManies
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 callers
Method
handleManyToOnes
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 callers
Method
handleMapKey
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 callers
Method
handleMapKeyClassName
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 callers
Method
handleMapKeyColumn
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 callers
Method
handleMapKeyEnumType
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 callers
Method
handleMapKeyTemporalType
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 callers
Method
handleName
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 callers
Method
handleNamedNativeQuery
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 callers
Method
handleNamedQuery
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 callers
Method
handleOneToManies
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 callers
Method
handleOneToOnes
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 callers
Method
handleOrderBy
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 callers
Method
handleOrderColumn
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 callers
Method
handleOrphans
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 callers
Method
handleSecondaryTables
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 callers
Method
handleSequenceGenerator
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 callers
Method
handleSqlResultSetMappings
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 callers
Method
handleSuperclassListeners
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 callers
Method
handleTable
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 callers
Method
handleTableGenerator
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 callers
Method
handleTemporalType
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 callers
Method
handleTransients
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 callers
Method
handleVersions
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 callers
Method
handleWithResultClass
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 callers
Method
handleWithSqlResultSetMapping
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 callers
Method
hasSelfUpdate
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 callers
Method
hasTransactionMarkedForRollback
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 callers
Method
hasValidators
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 callers
Method
hasValidators
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 callers
Method
having
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/CriteriaQueryImpl.java:173
↓ 1 callers
Method
ignoreJoin
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 callers
Method
importSql
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 callers
Method
in_items
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlParser.java:15360
↓ 1 callers
Method
index
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 callers
Method
inferAccessType
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 callers
Method
inferLobType
(boolean lob)
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/attribute/BasicAttribute.java:388
↓ 1 callers
Method
inherit
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 callers
Method
initCustomIndexes
Initializes the custom indexes @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/EntityTypeImpl.java:1573
↓ 1 callers
Method
initIndexes
Initializes the indexes @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/EntityTypeImpl.java:1599
↓ 1 callers
Method
initStaticMetamodel
@param type @param clazz @since 2.0.1
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/MetamodelImpl.java:731
↓ 1 callers
Method
initStaticMetamodels
initialize static metamodel classes @since 2.0.1
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/MetamodelImpl.java:762
↓ 1 callers
Method
initTables
Initializes the tables. @since 2.0.0 @param metadata
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/EntityTypeImpl.java:1623
↓ 1 callers
Method
initialize
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/mapping/SingularAssociationMappingImpl.java:234
↓ 1 callers
Method
initialize
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/mapping/PluralAssociationMappingImpl.java:408
↓ 1 callers
Method
isAscending
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 callers
Method
isCascadePersist
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 callers
Method
isCheckedException
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 callers
Method
isElementIndex
(int index)
batoo-jpa/src/main/java/org/batoo/common/collections/FastLinkedList.java:367
↓ 1 callers
Method
isForeignKeyHasDefaultIndex
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 callers
Method
isInitialized
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 callers
Method
isInsertable
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 callers
Method
isInsertableColumn
(final EntityTypeDescriptor type, AbstractColumn input)
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/AbstractTable.java:689
↓ 1 callers
Method
isLoadedWithReference
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 callers
Method
isLoadedWithoutReference
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 callers
Method
isLob
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 callers
Method
isLob
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/AbstractColumn.java:242
↓ 1 callers
Method
isMember
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 callers
Method
isNotEmpty
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 callers
Method
isNotMember
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 callers
Method
isOptional
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 callers
Method
isPositionIndex
(int index)
batoo-jpa/src/main/java/org/batoo/common/collections/FastLinkedList.java:371
↓ 1 callers
Method
isRefreshing
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 callers
Method
isSuitableForBatchInsert
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 callers
Method
isTableRequiredPrimaryKey
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 callers
Method
isUpdatable
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 callers
Method
isUpdatableColumn
(final EntityTypeDescriptor type, AbstractColumn input)
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/AbstractTable.java:720
↓ 1 callers
Method
isValid
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 callers
Method
isXmlMappingMetadataComplete
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 callers
Method
isXmlMappingMetadataComplete
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 callers
Method
join
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 callers
Method
joinPrimary
@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 callers
Method
joinSet
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 callers
Method
joinTransaction
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/manager/JtaEntityManagerImpl.java:157
↓ 1 callers
Method
joinTransaction
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/manager/EntityManagerImpl.java:781
↓ 1 callers
Method
keySet
()
batoo-jpa/src/main/java/org/batoo/common/util/CollectionUtils.java:147
↓ 1 callers
Method
lazyCreateBasicType
(Class<X> clazz)
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/MetamodelImpl.java:780
↓ 1 callers
Method
lazySetup
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 callers
Method
lazySetup
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 callers
Method
le
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 callers
Method
lessThan
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 callers
Method
lessThan
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/CriteriaBuilderImpl.java:809
↓ 1 callers
Method
lessThanOrEqualTo
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 callers
Method
linkFirst
(E e)
batoo-jpa/src/main/java/org/batoo/common/collections/FastLinkedList.java:430
↓ 1 callers
Method
linkJoinColumns
(AssociationMapping<?, ?, ?> mapping, final SingularMapping<?, ?> idMapping)
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/ForeignKey.java:605
↓ 1 callers
Method
linkJoinColumnsWithMetadata
(AssociationMapping<?, ?, ?> mapping, final SingularMapping<?, ?> idMapping)
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/ForeignKey.java:637
↓ 1 callers
Method
linkMappings
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 callers
Method
listIterator
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/common/collections/FastLinkedList.java:474
↓ 1 callers
Method
loadCollection
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/mapping/PluralAssociationMappingImpl.java:526
↓ 1 callers
Method
loadReservedWords
()
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/adapter/JdbcAdaptor.java:1151
↓ 1 callers
Method
loadRuntimeProperties
Load Batoo runtime properties @return runtime properties
batoo-jpa/src/main/java/org/batoo/common/util/BatooUtils.java:110
↓ 1 callers
Method
locatePersistentClasses
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 callers
Method
logNotNullExtraColumns
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 callers
Method
lookupTransactionManager
()
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/manager/JtaEntityManagerFactoryImpl.java:118
← previous
next →
1,801–1,900 of 6,989, ranked by callers