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
↓ 12 callers
Method
getKey
Returns the key. @return the key @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/elementcollection/Foo.java:121
↓ 12 callers
Method
getMappingType
Returns the type of the mapping. @return the type of the mapping @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/mapping/JoinedMapping.java:105
↓ 12 callers
Method
getName
Returns the name. @return the name @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/map/Person.java:131
↓ 12 callers
Method
getPhoneNumbers
Returns the phoneNumbers. @return the phoneNumbers @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/manytomanytomany/Customer.java:96
↓ 12 callers
Method
getSession
Returns the session. @return the session @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/manager/EntityManagerImpl.java:698
↓ 12 callers
Method
getTableAlias
Returns the alias for the table. <p> if table does not have an alias, it is generated. @param query the query @param table the
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/join/Joinable.java:56
↓ 12 callers
Method
isEmpty
Determine whether the given array is empty: i.e. <code>null</code> or of zero length. @param array the array to check @return <code>true</
batoo-jpa/src/main/java/org/batoo/common/util/ObjectUtils.java:311
↓ 12 callers
Method
isId
Returns if the mapping corresponds to an id field. @return <code>true</code> if the mapping corresponds to an id field, <code>false</code> otherwise
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/mapping/SingularMapping.java:52
↓ 12 callers
Method
mG
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlLexer.java:672
↓ 12 callers
Method
split
Split a String at the first occurrence of the delimiter. Does not include the delimiter in the result. @param toSplit the string to split
batoo-jpa/src/main/java/org/batoo/common/util/StringUtils.java:861
↓ 12 callers
Method
synpred22_JpqlParser
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlParser.java:19369
↓ 12 callers
Method
synpred24_JpqlParser
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlParser.java:19215
↓ 12 callers
Method
toJdbc
convert java objects to jdbc friendly @param value jdbc raw value @param javaType type of value @param temporalType
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/ValueConverter.java:218
↓ 11 callers
Method
__enhanced__$$__getManagedInstance
Returns the managed instance of the instance. @return the managed instance of the instance @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/instance/EnhancedInstance.java:41
↓ 11 callers
Method
createParent
Returns a newly created parent. @param baseId the base id @return @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/merge/MergeTest.java:71
↓ 11 callers
Method
equals
{@inheritDoc}
batoo-jpa/src/test/java/org/batoo/jpa/core/test/method/Person.java:76
↓ 11 callers
Method
getAddresses
Returns the addresses. @return the addresses @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/fetch/lazy/Person.java:84
↓ 11 callers
Method
getAddresses1
Returns the addresses1 of the Person. @return the addresses1 of the Person @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/map/Person.java:100
↓ 11 callers
Method
getAllocationSize
Returns the allocation size of the generator. @return the allocation size of the generator @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/GeneratorMetadata.java:36
↓ 11 callers
Method
getBindableJavaType
Return the Java type of the represented object. If the bindable type of the object is <code>PLURAL_ATTRIBUTE</code>, the Java element type is returned
persistence-api/src/main/java/javax/persistence/metamodel/Bindable.java:39
↓ 11 callers
Method
getColumnDefinition
Returns the static definition of the column. @return the static definition of the column @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/Column.java:54
↓ 11 callers
Method
getKey
Returns the key. @return the key @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/inheritence/joined/Bar.java:64
↓ 11 callers
Method
getTypeDescriptor
Returns the entity descriptor of the mapping @return the entiy descriptor of the mapping @since 2.0.1
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/mapping/RootMapping.java:72
↓ 11 callers
Method
indent
Indents the <code>string</code> by one <code>tab</code>. @param str string to indent @return the indented string @since 2.0.1
batoo-jpa/src/main/java/org/batoo/common/util/BatooUtils.java:97
↓ 11 callers
Method
isEmpty
Return <code>true</code> if the supplied Collection is <code>null</code> or empty. Otherwise, return <code>false</code>. @param collection
batoo-jpa/src/main/java/org/batoo/common/util/CollectionUtils.java:440
↓ 11 callers
Method
isOwner
Returns if the association is the owner side. @return true if the association is the owner side @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/mapping/AssociationMappingImpl.java:448
↓ 11 callers
Method
isPmdBroken
Returns if the PMD is Broken for the adaptor. @return true if the PMD is Broken for the adaptor, false otherwise @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/adapter/JdbcAdaptor.java:1137
↓ 11 callers
Method
isPrimaryKey
Returns if the column is a primary key column. @return true if the column is a primary key column false otherwise @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/Column.java:194
↓ 11 callers
Method
isUnique
Returns the unique of the column. @return the unique of the column @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/Column.java:203
↓ 11 callers
Method
mF
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlLexer.java:646
↓ 11 callers
Method
mP
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlLexer.java:906
↓ 11 callers
Method
putAll
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/collections/ManagedMap.java:368
↓ 11 callers
Method
rollback
Roll back the current resource transaction. @throws IllegalStateException if isActive() is false @throws PersistenceException
persistence-api/src/main/java/javax/persistence/EntityTransaction.java:52
↓ 11 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/lock/Foo.java:106
↓ 11 callers
Method
setValue
Sets the value for the instance @param instance the instance of which to set value @param value the value to set @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/Column.java:242
↓ 11 callers
Method
synpred8_JpqlParser
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlParser.java:19257
↓ 10 callers
Method
all_or_any_expression
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlParser.java:17344
↓ 10 callers
Method
cannotDereference
returns cannot dereference exception. @param name the attribute name @return the exception @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/path/AbstractPath.java:70
↓ 10 callers
Method
cq
Creates and returns a JPQL query. @param qlString the query string @param resultClass the result class @return the query @sinc
community/src/test/java/org/batoo/jpa/community/test/BaseCoreTest.java:177
↓ 10 callers
Method
createNamedQuery
Create an instance of Query for executing a named query (in the Java Persistence query language or in native SQL). @param name the name of
persistence-api/src/main/java/javax/persistence/EntityManager.java:50
↓ 10 callers
Method
equals
(Object object)
community/src/test/java/org/batoo/jpa/community/test/i152/Kid.java:54
↓ 10 callers
Method
getAccessType
Returns the default access type. @return the default access type @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/Metadata.java:51
↓ 10 callers
Method
getClassName
Returns the name of the class of the entity. @return the name of the class of the entity @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/type/ManagedTypeMetadata.java:59
↓ 10 callers
Method
getClassloader
Returns the classloader of the PersistenceParser. @return the classloader of the PersistenceParser @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/PersistenceParser.java:43
↓ 10 callers
Method
getConverter
Returns the converter of the expression. @return the converter of the expression @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/AbstractExpression.java:110
↓ 10 callers
Method
getDeclaredAttribute
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/ManagedTypeImpl.java:216
↓ 10 callers
Method
getIdType
Returns the idType of the column. @return the idType of the column @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/Column.java:63
↓ 10 callers
Method
getItem
()
batoo-jpa/src/test/java/org/batoo/jpa/core/test/q/Order.java:129
↓ 10 callers
Method
getKey
Returns the key of the Joinable. @return the key of the Joinable @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/Joinable.java:69
↓ 10 callers
Method
getMappedBy
Returns the name of the bidirectional owner association attribute. @return the name of the bidirectional owner association attribute @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/attribute/MappableAssociationAttributeMetadata.java:36
↓ 10 callers
Method
getParentValue
Returns the parentValue of the Foo. @return the parentValue of the Foo @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/listener/Foo.java:67
↓ 10 callers
Method
getPrimaryTable
Returns the primary table of the entity. @return the primary table of the entity @since 2.0.1
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/model/EntityTypeDescriptor.java:87
↓ 10 callers
Method
getRootPath
Returns the root of the path. @return the root of the path @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/path/AbstractPath.java:126
↓ 10 callers
Method
getSecond
Returns the second. @return the second @since 2.0.0
batoo-jpa/src/main/java/org/batoo/common/util/Pair.java:123
↓ 10 callers
Method
getSqlType
Returns the SQL Type of the column. @return the SQL Type of the column @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/Column.java:126
↓ 10 callers
Method
getTable
Returns the table with the name. <p> If the <code>tableName</code> is blank then the primary table is returned @param tableName the name o
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/model/EntityTypeDescriptor.java:100
↓ 10 callers
Method
getTables
Returns the tables of the type, starting from the top of the hierarchy. @return the tables of the type @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/EntityTypeImpl.java:1532
↓ 10 callers
Method
getValueExt1
Returns the valueExt1. @return the valueExt1 @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/inheritence/single/FooExt1.java:40
↓ 10 callers
Method
initialize
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/collections/ManagedSet.java:313
↓ 10 callers
Method
isArray
Determine whether the given object is an array: either an Object array or a primitive array. @param obj the object to check @return <code>
batoo-jpa/src/main/java/org/batoo/common/util/ObjectUtils.java:261
↓ 10 callers
Method
mB
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlLexer.java:542
↓ 10 callers
Method
newCollection
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/attribute/SetAttributeImpl.java:82
↓ 10 callers
Method
noDuplicates
()
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/collections/ManagedList.java:613
↓ 10 callers
Method
parameter
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/CriteriaBuilderImpl.java:1214
↓ 10 callers
Method
synpred25_JpqlParser
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlParser.java:19285
↓ 10 callers
Method
synpred26_JpqlParser
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlParser.java:19131
↓ 9 callers
Method
capitalize
Capitalize a <code>String</code>, changing the first letter to upper case as per {@link Character#toUpperCase(char)}. No other letters are changed. @
batoo-jpa/src/main/java/org/batoo/common/util/StringUtils.java:151
↓ 9 callers
Method
dateTimeExpression
Returns the date time function expresssion. @param type the type of the date time function @param x the inner expression @retur
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/CriteriaBuilderImpl.java:441
↓ 9 callers
Method
getAddresses
Returns the addresses. @return the addresses @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/manytoonetomany/Person.java:79
↓ 9 callers
Method
getAttribute
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/ManagedTypeImpl.java:175
↓ 9 callers
Method
getCatalog
Returns the catalog. @return the catalog @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/Metadata.java:60
↓ 9 callers
Method
getDelegate
Return the underlying provider object for the EntityManager, if available. The result of this method is implementation specific. The unwrap method is
persistence-api/src/main/java/javax/persistence/EntityManager.java:292
↓ 9 callers
Method
getDescriptor
(final StringBuffer buf, final Class<?> c)
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/instance/Enhancer.java:533
↓ 9 callers
Method
getId
Returns the id. @return the id @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/fetch/lazy/Person.java:94
↓ 9 callers
Method
getMapping
Returns the mapping of the BasicColumn. @return the mapping of the BasicColumn @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/Column.java:90
↓ 9 callers
Method
getProperties
Returns the properties of the persistence unit. @return the properties of the persistence unit @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/PersistenceParser.java:79
↓ 9 callers
Method
indexOf
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/collections/ManagedList.java:503
↓ 9 callers
Method
indexOf
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/common/collections/FastLinkedList.java:343
↓ 9 callers
Method
initialize
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/collections/ManagedMap.java:289
↓ 9 callers
Method
isInsertable
Returns the insertable of the column. @return the insertable of the column @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/Column.java:167
↓ 9 callers
Method
lazyBoxed
Returns an object that lazily boxes the block. @param block the block to box @return the object @since 2.0.1
batoo-jpa/src/main/java/org/batoo/common/log/BLogger.java:276
↓ 9 callers
Method
linkCallback
(Map<EntityListenerType, List<Callback>> callbacks, final Callback callback)
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/manager/CallbackManager.java:240
↓ 9 callers
Method
person
()
batoo-jpa/src/test/java/org/batoo/jpa/core/test/fetch/lazy/LazyTest.java:56
↓ 9 callers
Method
replace
Replace all occurences of a substring within a string with another string. @param inString String to examine @param oldPattern
batoo-jpa/src/main/java/org/batoo/common/util/StringUtils.java:812
↓ 9 callers
Method
setTable
Sets the table of the column. @param table the owning table @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/Column.java:230
↓ 9 callers
Method
setupEmf
Sets up the entity manager factory. @return the entity manager factory @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/BaseCoreTest.java:533
↓ 9 callers
Method
synpred11_JpqlParser
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlParser.java:19103
↓ 9 callers
Method
synpred9_JpqlParser
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlParser.java:19061
↓ 8 callers
Method
acronym
Returns the acronym of the name @param name the name @return the acronym @since 2.0.1
batoo-jpa/src/main/java/org/batoo/common/util/BatooUtils.java:49
↓ 8 callers
Method
compareTo
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/deployment/DeploymentUnitTask.java:86
↓ 8 callers
Method
comparison_operator
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlParser.java:12446
↓ 8 callers
Method
constructJunction
Constructs an AND junction. @param cb the criteria builder @param disjunctionDef the junction definition @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/jpql/JpqlQuery.java:415
↓ 8 callers
Method
createBasicType
Creates of returns an existing {@link BasicTypeImpl} of <code>clazz</code> @param clazz the class @return the basic type @param <T>
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/MetamodelImpl.java:391
↓ 8 callers
Method
createFoo
Returns a newly created foo. @param baseId @return @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/merge/MergeTest.java:54
↓ 8 callers
Method
createParent
Returns a newly created parent. @return @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/remove/RemoveTest.java:53
↓ 8 callers
Method
equals
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/mapping/AbstractMapping.java:90
↓ 8 callers
Method
escape
Escapes an SQL name @param name the original name @return the escaped name @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/adapter/JdbcAdaptor.java:658
↓ 8 callers
Method
executeUpdate
Execute an update or delete statement. @return the number of entities updated or deleted @throws IllegalStateException if called for a Ja
persistence-api/src/main/java/javax/persistence/Query.java:26
↓ 8 callers
Method
fireCallbacks
Fires the callbacks. @param instance the instance @param type the type @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/manager/CallbackManager.java:149
↓ 8 callers
Method
generateJpqlRestriction
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/path/BasicPath.java:71
← previous
next →
201–300 of 6,989, ranked by callers