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
↓ 6 callers
Method
getId
Returns the id. @return the id @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/map/Person.java:121
↓ 6 callers
Method
getId
{@inheritDoc}
batoo-jpa/src/test/java/org/batoo/jpa/core/test/generic/AbstractPersistable.java:73
↓ 6 callers
Method
getId
Returns the id of the Foo1. @return the id of the Foo1 @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/lock/Foo2.java:68
↓ 6 callers
Method
getId
@return the id
batoo-jpa/src/test/java/org/batoo/jpa/core/test/manytoone/Person.java:86
↓ 6 callers
Method
getId
Returns the id of the Foo1. @return the id of the Foo1 @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/enums/Foo.java:82
↓ 6 callers
Method
getIdClass
Returns the id class of the identifiable type. @return the id class of the identifiable type @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/model/EntityTypeDescriptor.java:51
↓ 6 callers
Method
getImages
Returns the images of the Foo3. @return the images of the Foo3 @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/elementcollection/Foo3.java:59
↓ 6 callers
Method
getImages2
Returns the images2 of the Foo3. @return the images2 of the Foo3 @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/elementcollection/Foo3.java:70
↓ 6 callers
Method
getJpql
Returns the JPQL for the query. @return the the JPQL @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/BaseQuery.java:120
↓ 6 callers
Method
getKey
Returns the key. @return the key @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/manualid/Foo.java:44
↓ 6 callers
Method
getKey
Returns the key of the Foo3. @return the key of the Foo3 @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/elementcollection/Foo3.java:81
↓ 6 callers
Method
getManagedInstanceById
Creates a new managed instance with the id. @param session the session @param id the primary key @param lazy if the
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/EntityTypeImpl.java:1262
↓ 6 callers
Method
getName
Returns the name. @return the name @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/manytoonetomany/Person.java:99
↓ 6 callers
Method
getNamedNativeQueries
Returns the list of named native queries. @return the list of named native queries @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/Metadata.java:87
↓ 6 callers
Method
getNamedQueries
Returns the list of named queries. @return the list of named queries @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/Metadata.java:96
↓ 6 callers
Method
getOrderBy
Returns the order by of the association. @return the order by of the association @since 2.0.0public RootMapping<?> getRoot()
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/mapping/PluralMappingEx.java:136
↓ 6 callers
Method
getOrders
()
batoo-jpa/src/test/java/org/batoo/jpa/core/test/q/Item.java:75
↓ 6 callers
Method
getParameter
Returns the parameter at position. @param position the position @return the parameter at position @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/BaseQuery.java:139
↓ 6 callers
Method
getParameter0
(int position)
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/nativequery/NativeQuery.java:430
↓ 6 callers
Method
getPkColumnName
Returns the name of the primary key column of the table generator. @return the name of the primary key column of the table generator @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/TableGeneratorMetadata.java:38
↓ 6 callers
Method
getPkColumns
Returns the pkColumns of the EntityTable. @return the pkColumns of the EntityTable @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/EntityTable.java:197
↓ 6 callers
Method
getReference
Get an instance, whose state may be lazily fetched. If the requested instance does not exist in the database, the EntityNotFoundException is thrown wh
persistence-api/src/main/java/javax/persistence/EntityManager.java:359
↓ 6 callers
Method
getValueExt1
Returns the valueExt1. @return the valueExt1 @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/inheritence/joined/FooExt1.java:40
↓ 6 callers
Method
getWorkPhones
Returns the workPhones. @return the workPhones @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/fetch/lazy/Person.java:124
↓ 6 callers
Method
internal
Marks the query as internal entity query. @return self @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/AbstractCriteriaQueryImpl.java:452
↓ 6 callers
Method
log
(Level level, String message)
persistence-api/src/main/java/javax/persistence/spi/PersistenceProviderResolverHolder.java:189
↓ 6 callers
Method
mUnderscore
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlLexer.java:1192
↓ 6 callers
Method
mergeImpl
Cascaded implementation of {@link #merge(Object)}. <p> Also manages a direct or indirect requirement to an implicit flush. @param entity t
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/manager/EntityManagerImpl.java:884
↓ 6 callers
Method
newFoo
(boolean withChildren)
batoo-jpa/src/test/java/org/batoo/jpa/core/test/lock/OptimisticLockTest.java:39
↓ 6 callers
Method
node
Returns the (non-null) Node at the specified element index.
batoo-jpa/src/main/java/org/batoo/common/collections/FastLinkedList.java:495
↓ 6 callers
Method
performInsert
Performs the insert for the join. @param connection the connection @param source the source instance @param batch th
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/JoinableTable.java:49
↓ 6 callers
Method
persistImpl
Cascaded implementation of {@link #persist(Object)}. <p> Also manages a direct or indirect requirement to an implicit flush. @param entity
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/manager/EntityManagerImpl.java:1012
↓ 6 callers
Method
person
()
batoo-jpa/src/test/java/org/batoo/jpa/core/test/manytoonetomany/ManyToOneToManyTest.java:42
↓ 6 callers
Method
person
()
batoo-jpa/src/test/java/org/batoo/jpa/core/test/map/MapTest.java:38
↓ 6 callers
Method
putAlias
(BaseQuery<?> q, Tree aliasedDef, final Aliased aliased, final AbstractFrom<?, ?> from)
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/jpql/JpqlQuery.java:1640
↓ 6 callers
Method
qid
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlParser.java:16275
↓ 6 callers
Method
refresh
Refresh the state of the instance from the database, overwriting changes made to the entity, if any. @param entity the entity instance @th
persistence-api/src/main/java/javax/persistence/EntityManager.java:504
↓ 6 callers
Method
reset
Clears the changed status. @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/collections/ManagedCollection.java:394
↓ 6 callers
Method
setValue
Sets the value of the Foo1. @param value the value to set for Foo1 @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/validation/Foo.java:110
↓ 6 callers
Method
setValueExt1
Sets the valueExt1. @param valueExt1 the valueExt1 to set @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/inheritence/joined/FooExt1.java:51
↓ 6 callers
Method
subtract
@param a the collection a @param b the collection b @return the subtracted collection @param <X> the type of the coll
batoo-jpa/src/main/java/org/batoo/common/util/BatooUtils.java:155
↓ 6 callers
Method
unlink
Unlinks non-null node x.
batoo-jpa/src/main/java/org/batoo/common/collections/FastLinkedList.java:940
↓ 5 callers
Method
assertTransaction
Asserts that a transaction is active. @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/manager/EntityManagerImpl.java:151
↓ 5 callers
Method
boolean_expression
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlParser.java:13913
↓ 5 callers
Method
cascadesMerge
Returns if merges are cascaded. @return true if merges are cascaded, false otherwise @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/mapping/PluralMappingEx.java:74
↓ 5 callers
Method
compareTo
{@inheritDoc}
batoo-jpa/src/test/java/org/batoo/jpa/core/test/q/SimpleCity.java:51
↓ 5 callers
Method
convert
Converts the number to <code>T</code> type. @param value the from value @return the converted <code>T</code> value @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/ExpressionConverter.java:206
↓ 5 callers
Method
convertNumber
Converts the number into number Type @param value the number value @param numberType the number type @return the converted numb
batoo-jpa/src/main/java/org/batoo/common/reflect/ReflectHelper.java:88
↓ 5 callers
Method
datetime_expression
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlParser.java:13069
↓ 5 callers
Method
entrySet
()
batoo-jpa/src/main/java/org/batoo/common/util/CollectionUtils.java:113
↓ 5 callers
Method
equals
{@inheritDoc}
batoo-jpa/src/test/java/org/batoo/jpa/core/test/fetch/eager/Person.java:77
↓ 5 callers
Method
fillValue
Fills the sequence / table generated value. <p> The operation returns false if at least one entity needs to obtain identity from the database. @param
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/mapping/SingularMappingEx.java:57
↓ 5 callers
Method
generateJpqlRestriction
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/CaseImpl.java:68
↓ 5 callers
Method
get
Returns the managed instance instance in the session @param id the managed id @param <X> the type of the instance @param <Y>
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/manager/SessionImpl.java:460
↓ 5 callers
Method
getAddresses
Returns the addresses. @return the addresses @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/fetch/eager/Person.java:106
↓ 5 callers
Method
getAddresses
Returns the addresses. @return the addresses @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/managedcollection/Person.java:76
↓ 5 callers
Method
getCity
Returns the city. @return the city @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/map/Address.java:66
↓ 5 callers
Method
getClazz
Returns the class Name. @return the class Name @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/impl/orm/MapKeyClassElement.java:63
↓ 5 callers
Method
getCodes
Returns the codes. @return the codes @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/elementcollection/Foo.java:78
↓ 5 callers
Method
getCodes2
Returns the codes2 of the Foo. @return the codes2 of the Foo @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/elementcollection/Foo.java:89
↓ 5 callers
Method
getCodes3
Returns the codes3 of the Foo. @return the codes3 of the Foo @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/elementcollection/Foo.java:100
↓ 5 callers
Method
getCodes4
Returns the codes4 of the Foo. @return the codes4 of the Foo @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/elementcollection/Foo.java:111
↓ 5 callers
Method
getColumnTransformer
Returns the column transformer of the mapping. @return the column transformer of the mapping @since 2.0.1
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/mapping/BasicMapping.java:56
↓ 5 callers
Method
getElementType
Return the type representing the element type of the collection. @return element type
persistence-api/src/main/java/javax/persistence/metamodel/PluralAttribute.java:53
↓ 5 callers
Method
getFetchRoot
Returns the fetchRoot of the AbstractFrom. @return the fetchRoot of the AbstractFrom @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/join/AbstractFrom.java:331
↓ 5 callers
Method
getFetchRoot
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/path/EntityPath.java:174
↓ 5 callers
Method
getId
Returns the id of the Foo1. @return the id of the Foo1 @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/validation/Foo.java:76
↓ 5 callers
Method
getIdMapping
Returns the single id mapping. @return the single id mapping @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/EntityTypeImpl.java:1114
↓ 5 callers
Method
getIdMappings
Returns an array of id attributes. @return an array of id attributes @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/model/EntityTypeDescriptor.java:69
↓ 5 callers
Method
getInsertBatchSize
Returns the insertBatchSize of the ManagedCollection. @return the insertBatchSize of the ManagedCollection @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/collections/ManagedCollection.java:167
↓ 5 callers
Method
getKey
Returns the key. @return the key @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/identity/Foo.java:52
↓ 5 callers
Method
getKey
Returns the key. @return the key @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/secondarytable/Foo.java:53
↓ 5 callers
Method
getMapKey
Returns the map key. @return the map key @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/attribute/PluralAttributeMetadata.java:44
↓ 5 callers
Method
getMapKeyClassName
Returns the class name of the map key. @return the class name of the map key @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/attribute/PluralAttributeMetadata.java:62
↓ 5 callers
Method
getMapKeyColumn
Returns the map key column definition. @return the map key column definition @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/attribute/PluralAttributeMetadata.java:71
↓ 5 callers
Method
getMapKeyEnumType
Returns the enum type of the map key. @return the enum type of the map key @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/attribute/PluralAttributeMetadata.java:80
↓ 5 callers
Method
getMapKeyTemporalType
Returns the temporal type of the map key. @return the temporal type of the map key @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/attribute/PluralAttributeMetadata.java:89
↓ 5 callers
Method
getMapping
Returns the child mapping for the name. @param name the name of the child mapping @param <C> the collection type of the child m
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/path/ParentPath.java:202
↓ 5 callers
Method
getMetaData
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/ConnectionProxy.java:280
↓ 5 callers
Method
getOrderColumn
Returns the order column. @return the order column @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/mapping/PluralMappingEx.java:145
↓ 5 callers
Method
getPersistenceUnitUtil
Return interface providing access to utility methods for the persistence unit. @return PersistenceUnitUtil interface @throws IllegalStateException
persistence-api/src/main/java/javax/persistence/EntityManagerFactory.java:79
↓ 5 callers
Method
getPkColumnValue
Returns the primary key value of the table generator. @return the primary key value of the table generator @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/TableGeneratorMetadata.java:47
↓ 5 callers
Method
getResourceAsStream
{@inheritDoc}
batoo-jpa/src/test/java/org/batoo/jpa/core/test/TestClassLoader.java:67
↓ 5 callers
Method
getRestriction
Return the predicate that corresponds to the where clause restriction(s), or null if no restrictions have been specified. @return where clause predic
persistence-api/src/main/java/javax/persistence/criteria/AbstractQuery.java:71
↓ 5 callers
Method
getTable
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/BasicColumn.java:156
↓ 5 callers
Method
getValue
Returns the value of the Foo1. @return the value of the Foo1 @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/listener/Foo1.java:45
↓ 5 callers
Method
getValue
Returns the value of the Foo3. @return the value of the Foo3 @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/listener/Foo3.java:59
↓ 5 callers
Method
getValue
Returns the value of the Foo2. @return the value of the Foo2 @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/listener/Foo2.java:47
↓ 5 callers
Method
getValueColumnName
Returns the name of the value column of the table generator. @return the name of the value column of the table generator @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/TableGeneratorMetadata.java:74
↓ 5 callers
Method
groupBy
Specify the expressions that are used to form groups over the subquery results. Replaces the previous specified grouping expressions, if any. If no gr
persistence-api/src/main/java/javax/persistence/criteria/Subquery.java:139
↓ 5 callers
Method
hashCode
Return the same value as <code>{@link Boolean#hashCode()}</code>. @param bool the boolean value @return the hash code @see Boolean#hashCo
batoo-jpa/src/main/java/org/batoo/common/util/ObjectUtils.java:196
↓ 5 callers
Method
having
Specify a restriction over the groups of the subquery. Replaces the previous having restriction(s), if any. This method only overrides the return type
persistence-api/src/main/java/javax/persistence/criteria/Subquery.java:162
↓ 5 callers
Method
initialize
Initializes the mapping. @param instance the instance @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/mapping/JoinedMapping.java:124
↓ 5 callers
Method
isAssociation
Returns if the mapping is an association. @return true if the mapping is an association, false otherwise @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/mapping/JoinedMapping.java:133
↓ 5 callers
Method
isCollection
Returns if the mapping is a collection mapping. @return <code>true</code> if the mapping is a collection mapping, <code>false</code> otherwise @sinc
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/mapping/Mapping.java:121
↓ 5 callers
Method
isInitialized
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/collections/ManagedSet.java:341
↓ 5 callers
Method
isLoaded
If the provider determines that the entity has been provided by itself and that the state of all attributes for which FetchType EAGER has been specifi
persistence-api/src/main/java/javax/persistence/spi/ProviderUtil.java:21
↓ 5 callers
Method
isOpen
Determine whether the entity manager is open. @return true until the entity manager has been closed
persistence-api/src/main/java/javax/persistence/EntityManager.java:384
↓ 5 callers
Method
linkLast
(E e)
batoo-jpa/src/main/java/org/batoo/common/collections/FastLinkedList.java:449
↓ 5 callers
Method
mK
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlLexer.java:776
← previous
next →
401–500 of 6,989, ranked by callers